home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / comms / other / smodem / extra / smodem.bat next >
DOS Batch File  |  1999-06-14  |  467b  |  17 lines

  1. .key path
  2. .bra {
  3. .ket }
  4. failat 30
  5. Requestfile >T:Files.un DRAWER {path} TITLE "Tag files..." MULTISELECT NOICONS
  6. if warn
  7.     delete >NIL: T:Files QUIET
  8.     smodem device serial.device unit 0 baud 38400 dlpath {path} ctsrts chkcarrier overwrite
  9. else
  10.     tr <T:Files.un >T:Files
  11.     smodem device serial.device unit 0 baud 38400 dlpath {path} ctsrts chkcarrier overwrite ullist t:Files
  12. endif
  13. delete >NIL: T:Files.un QUIET
  14.  
  15.  
  16. ; Edit Smodem device blabla string to suit your needs!!!
  17.